wayland: Store and use the current grab cursor, if any
authorCarlos Garnacho <carlosg@gnome.org>
Mon, 1 Sep 2014 17:11:02 +0000 (19:11 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Mon, 1 Sep 2014 18:46:29 +0000 (20:46 +0200)
commitd5dae5b5dfef5d49cc8dd4e79afce31d832c7991
tree0aa2e663a342e125b5ab6b5232c5ebb5716fc87b
parent2c71b8f5991c98d3beb2df2f19ea2edad52e858c
wayland: Store and use the current grab cursor, if any

Only static cursors are supported in gdk_device_grab() so far. Obey the
cursor that gdk_device_grab() specifies, which may be different to
the pointer window one. As soon as the grab is gone, the pointer window
cursor will be restored as usual.

https://bugzilla.gnome.org/show_bug.cgi?id=735831
gdk/wayland/gdkdevice-wayland.c